home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / os2 / te2_130t.arj / TE2INST.001 / Modems / ZOOMHC2S.INC < prev    next >
Text File  |  1994-03-28  |  666b  |  35 lines

  1. ; ZOOM HC2400S
  2. ;
  3. ; ONE TIME MODEM SETUP:  The first time you run TE/2, upon entering the
  4. ; program, type the following lines and press ENTER after each.  Then
  5. ; exit and restart TE/2.
  6. ;
  7. ;       AT&F
  8. ;       ATS11=60&C1&D2&W
  9. ;
  10.  
  11. Baud          2400
  12. Parity        N
  13. WordLen       8
  14. StopBits      1
  15.  
  16. XonXoff       BOTH
  17. CtsRts        NEITHER
  18. MatchBaud     TRUE
  19.  
  20. ModemInitStrg ATZ^M
  21. ModemDialStrg ATDT
  22. ModemDialSufx ^M
  23. ModemHangStrg ;
  24. DTRHangup     TRUE
  25.  
  26. Connect       CONNECT^M,300
  27. Connect       CONNECT_1200,1200
  28. Connect       CONNECT_2400,2400
  29.  
  30. NoConnect     NO_DIALTONE
  31. NoConnect     NO_CARRIER
  32. NoConnect     BUSY
  33. NoConnect     VOICE
  34.  
  35.